受欢迎的博客标签
RSS

博客

Implementing a .net Forward proxy server in C#(HTTP-CONNECT proxy)
o run a proxy server in a C# application, you will need to use the HttpListener class, which provides a simple way to create and listen for HTTP requests in your application. Here is an example of how you might use this class to create a simple Forward proxy server,
WireGuard UI
Configure the WireGuard VPN Server Using WireGuard-UI https://linuxiac.com/how-to-set-up-wireguard-vpn-with-docker/#Ste
FastTunnel:nginx+FastTunnel Web server (server Ubuntu on vultr+windows client +Ubuntu FastTunnel client)
FastTunnel:nginx+FastTunnel Web server (server Ubuntu on vultr+windows client +Ubuntu FastTunnel client) server Ubuntu
Convert HTML to Word via MariGold.OpenXHTML - MariGold.OpenXHTML在线转换html到word
Convert HTML to Word via MariGold.OpenXHTML
git-VS2022中使用Git建立源代码管理 -github
VS2019中使用Git建立源代码管理 -github
WireGuard - 1
客户端和服务端基本是平等的,差别只是谁主动连接谁而已
Forward proxy 1. Implementing a .net Forward  proxy client in C#(ProxyClient for .NET via SOCKS 5)
ProxyClient for .NET offers an easy way to traverse f, using proxy servers, from within your applications; it can quickly make outgoing TCP connections to SOCKS v4, SOCKS v4A, SOCKS v5 and HTTP-CONNECT proxy servers
Forward Proxy 2. List of C# Forward Proxy Server open source project
C# Forward Proxy Server
How to use a Proxy with HttpClient in C# .Net
How to use a Proxy with HttpClient in C# .Net
How to Use a HttpClient Proxy in C# .Net (WebProxy)
By default, HttpClient reads the proxy configuration from the system settings. Change that behavior and set a proxy with a WebProxy instance